func go/types.expandNamed

3 uses

	go/types (current package)
		instantiate.go#L83: 			return expandNamed(ctxt, n, pos)
		named.go#L358: func expandNamed(ctxt *Context, n *Named, instPos token.Pos) (tparams *TypeParamList, underlying Type, methods *methodList) {
		typexpr.go#L461: 		return expandNamed(ctxt, n, pos)